home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / c_news / 10 / database / read.me < prev    next >
Text File  |  1987-12-09  |  1KB  |  33 lines

  1.                                    BPLUS.C
  2.                                  Version 1.1
  3.  
  4.           Version 1.1, the latest version, has several improvements.  The
  5.      delete_key and add_key routines now update the internal index pointers.
  6.      Consequently, the next_key and prev_key routines can be immediately
  7.      used after adding or deleting an index.  It is no longer necessary
  8.      to reset the index file with a find_key or locate_key function call
  9.      after adding or deleting keys.
  10.  
  11.           The users of the BPLUS Toolkit discovered several minor bugs in
  12.      Version 1.0.  These have been corrected in Version 1.1.
  13.  
  14.           BPLUS.H   -  the header file to include in your "C" programs
  15.                       which use the BPLUS Toolkit
  16.  
  17.           BPLUS.C   -  the source code for Version 1.1 of BPLUS
  18.  
  19.           BPLUS.DOC -  the user's manual for BPLUS
  20.  
  21.           VTEST.C   -  a test program which creates two index files
  22.  
  23.           NAMES.C   -  a program for creating and using an online name
  24.                        and address book
  25.  
  26.           REINDEX.C -  a program to reindex the data file used in NAMES.C
  27.  
  28.           LISTTREE.C - a program which lists the index tree
  29.  
  30.           READ.ME   -  this file
  31.  
  32.  
  33.